/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@font-face {
  font-family: '../font/iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../font/iconfont.woff2') format('woff2'),
      url('../font/iconfont.woff') format('woff'),
      url('../font/iconfont.ttf') format('truetype'),
      url('../font/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "../font/iconfont";
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top{ height:90px; background:url(../images/top.jpg) no-repeat center; position:fixed; top:0;width:100%; z-index:9999;}
/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 2s linear forwards;
	animation:scale-bg 2s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 48%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f00;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../images/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../images/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../images/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../images/ban_next_hover.png);
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

/*section2*/
.index_main .section2{background:url(../images/ind2.jpg) no-repeat center;}
.index_main .section2 h3{
	text-align: center;
}
.zjwd{}
.zjwd_t{ font-size:18px; color:#282828; overflow:hidden; line-height:60px;}
.zjwd_t p{ float:left; font-size:34px;}
.zjwd_nr{}
.slideTxtBox{ width:860px;  text-align:left;  }
.slideTxtBox .hd{ }
.slideTxtBox .hd ul{ float:left;  height:50px;}
.slideTxtBox .hd ul li{ float:left;height:50px;  padding-top:18px; cursor:pointer;background:url(../images/an2.png) no-repeat bottom;width:120px; text-align:center; margin-right:10px;}
.slideTxtBox .hd ul li a{font-size:16px; color:#333;}
.slideTxtBox .hd ul li.on{ height:50px;  background:url(../images/an1.png) no-repeat bottom; color:#fff; padding-top:18px; }
.slideTxtBox .hd ul li.on a{ color:#fff;}
.slideTxtBox .bd ul{ padding:15px 0; zoom:1; color:#383838; line-height:30px; font-size:15px; overflow:hidden; height: 350px;}
.zjwdbt{ line-height:60px; font-size:20px; color:#a84f49; font-weight:bold;}


/*section3*/
.index_main .section3{background: url(../images/ind3.jpg) no-repeat center;}
.index_main .section3 h3{
	text-align: center;
}
.whwd{ text-align:center;}
.whwd_nr{ padding-top:50px;}
.whwd_nr ul li{ float:left; margin:50px 51px; text-align:center; font-size:22px; color:#2f2f2f; line-height:60px;}
.whwd_nr ul li img{width:320px; height:320px; border-radius:320px; -moz-border-radius:320px; -webkit-border-radius:320px;border:12px solid rgba(168,79,73,.08);}
.whwd_nr ul li:hover img{border:12px solid rgba(168,79,73,.4);-webkit-transition: all 3s linear; -moz-transition: all 0.3s linear;  -o-transition: all 0.3s linear; transition: all 0.3s linear;}
.whwd_nr ul li a{ color:#333;}
.ih-item.circle.effect6 .img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect6.colored .info {
    background: #a84f49;
}

.ih-item.circle.effect6 .info {
    background: #333333;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect6 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 55px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect6 .info p {
    color: #fff;
    padding: 10px 5px;
    margin: 0 30px;
    font-size: 14px; line-height:30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect6.scale_up .info {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.ih-item.circle.effect6.scale_up a:hover .img {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.ih-item.circle.effect6.scale_up a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item.circle.effect6.scale_down .info {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.ih-item.circle.effect6.scale_down a:hover .img {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.ih-item.circle.effect6.scale_down a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item.circle.effect6.scale_down_up .info {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.35s ease-in-out 0.2s;
    -moz-transition: all 0.35s ease-in-out 0.2s;
    transition: all 0.35s ease-in-out 0.2s;
}

.ih-item.circle.effect6.scale_down_up a:hover .img {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.ih-item.circle.effect6.scale_down_up a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ih-item.circle .img img {
    border-radius: 50%;
}
.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.square {
    position: relative;
    width: 316px;
    height: 216px;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.circle.effect1 .spinner {
    width:330px;
    height:330px;
    border: 10px solid #ecab18;
    border-right-color: #1ad280;
    border-bottom-color: #1ad280;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 .img {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    width: auto;
    height: auto;
}

.ih-item.circle.effect1 .img:before {
    display: none;
}

.ih-item.circle.effect1.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, 0.6);
}
.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ih-item a {
    color: #333;
}

.ih-item a:hover {
    text-decoration: none;
}

.ih-item img {
    width: 100%;
    height: 100%;
}

.ih-item.circle {
    position: relative;
    width: 320px;
    height: 320px;
    border-radius: 50%; margin:0 auto;
}

.ih-item.circle .img {
    position: relative;
    width:320px;
    height:320px;
    border-radius: 50%;
}

.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}



/*section4*/
.index_main .section4{background:#f9f9f9;}
.index_main .section4 h3{
	text-align: center;
}
.slideTxtBox1{ width:100%;text-align:left; margin-top:5%;}
.slideTxtBox1 .hd{ height:50px; line-height:30px;  position:relative;width:1080px; margin:0 auto; }
.slideTxtBox1 .hd ul{ float:left;  position:absolute; height:50px;   }
.slideTxtBox1 .hd ul li{ float:left;width:250px; text-align:center; border-radius:30px; -moz-border-radius:30px; -webkit-border-radius:30px; cursor:pointer; font-size:18px; line-height:50px; margin:0 10px; background:#fff;}
.slideTxtBox1 .hd ul li.on{ height:50px;  background:#a84f49; color:#fff;  }
.slideTxtBox1 .bd ul{width:1400px; margin:0 auto;}


.ystu_20220907{ background:url(../images/t01_20220907.png) no-repeat center!important; }

.ystu{width:846px; float:left; background:url(../images/t01.png) no-repeat center; height:514px; margin-top:4%; position:relative;}

.ystu .y01{position:absolute;left:696px;top:385px; }
.ystu .y02{position:absolute;left:644px;top:342px; }
.ystu .y03{position:absolute;left:622px;top:260px; }
.ystu .y04{position:absolute;left:598px;top:322px; }
.ystu .y05{position:absolute;left:569px;top:248px; }
.ystu .y06{position:absolute;left:456px;top:365px; }
.ystu .y07{position:absolute;left:713px;top:24px; }
.ystu .y08{position:absolute;left:509px;top:353px; }
.ystu .y09{position:absolute;left:621px;top:80px; }
.ystu .y10{position:absolute;left:436px;top:93px; }
.ystu .y11{position:absolute;left:579px;top:53px; }
.ystu .y12{position:absolute;left:482px;top:37px; }
.ystu .y13{position:absolute;left:131px;top:120px; }
.ystu .y14{position:absolute;left:188px;top:423px; }
.y01 a,.y02 a,.y03 a,.y04 a,.y05 a,.y06 a,.y07 a,.y08 a,.y09 a,.y10 a,.y11 a,.y12 a,.y13 a,.y14 a,.y15 a{height:20px;width:20px; border:1px solid #bc111a;border-radius:20px;-moz-border-radius:20px; -webkit-border-radius:20px; display:block;}
.y0 .login-box{ display:none; margin-top:5px; font-weight:bold; color:#000;}
.ys01{width:502px;  float:right; padding-top:5%; font-size:16px; line-height:30px; color:#333;}
.ys01 img{max-width:100%; margin-top:8%;}

.ystu2{width:846px; float:left; background:url(../images/t02.png) no-repeat center; height:514px; margin-top:4%; position:relative;}
.ystu2 .y01{position:absolute;left:584px;top:301px; }
.ystu2 .y02{position:absolute;left:580px;top:255px; }
.ystu2 .y03{position:absolute;left:498px;top:304px; }
.ystu2 .y04{position:absolute;left:517px;top:237px; }
.ystu2 .y05{position:absolute;left:523px;top:141px; }
.ystu2 .y06{position:absolute;left:498px;top:153px; }
.ystu2 .y07{position:absolute;left:549px;top:97px; }
.ystu2 .y08{position:absolute;left:440px;top:131px; }
.ystu2 .y09{position:absolute;left:495px;top:85px; }
.ystu2 .y10{position:absolute;left:419px;top:64px; }
.ystu2 .y11{position:absolute;left:182px;top:108px; }
.ystu2 .y12{position:absolute;left:338px;top:44px; }
.ystu2 .y13{position:absolute;left:67px;top:214px; }
.ystu2 .y14{position:absolute;left:268px;top:356px; }
.y01 a,.y02 a,.y03 a,.y04 a,.y05 a,.y06 a,.y07 a,.y08 a,.y09 a,.y10 a,.y11 a,.y12 a,.y13 a,.y14 a{height:18px;width:18px; border:1px solid #bc111a;border-radius:20px;-moz-border-radius:20px; -webkit-border-radius:20px; display:block;}
.y0 .login-box{ display:none; margin-top:5px; font-weight:bold; color:#000;}
.ys02{width:502px;  float:right; padding-top:5%; font-size:16px; line-height:30px; color:#333;}
.ys02 img{max-width:100%; margin-top:8%;}


.ystu3{width:846px; float:left; background:url(../images/t03.png) no-repeat center; height:514px; margin-top:4%; position:relative;}
.ystu3 .y01{position:absolute;left:687px;top:346px; }
.ystu3 .y02{position:absolute;left:300px;top:177px; }
.ystu3 .y03{position:absolute;left:621px;top:340px; }
.ystu3 .y04{position:absolute;left:733px;top:403px; }
.ystu3 .y05{position:absolute;left:328px;top:386px; }
.ystu3 .y06{position:absolute;left:632px;top:246px; }
.ystu3 .y07{position:absolute;left:330px;top:82px; }
.ystu3 .y08{position:absolute;left:448px;top:125px; }
.ystu3 .y09{position:absolute;left:292px;top:100px; }
.ystu3 .y10{position:absolute;left:453px;top:153px; }
.ystu3 .y11{position:absolute;left:195px;top:91px; }
.ystu3 .y12{position:absolute;left:420px;top:40px; }
.ystu3 .y13{position:absolute;left:20px;top:160px; }
.ystu3 .y14{position:absolute;left:196px;top:428px; }
.ystu3 .y01 a,.ystu3 .y02 a,.ystu3 .y03 a,.ystu3 .y04 a,.ystu3 .y05 a,.ystu3 .y06 a,.ystu3 .y07 a,.ystu3 .y08 a,.ystu3 .y09 a,.ystu3 .y10 a,.ystu3 .y11 a,.ystu3 .y12 a,.ystu3 .y13 a,.ystu3 .y14 a{height:14px;width:14px; border:1px solid #bc111a;border-radius:20px;-moz-border-radius:20px; -webkit-border-radius:20px; display:block;}
.y0 .login-box{ display:none; margin-top:5px; font-weight:bold; color:#000;}
.ystu3 .ys02{width:502px;  float:right; padding-top:5%; font-size:16px; line-height:30px; color:#333;}
.ystu3 .ys02 img{max-width:100%; margin-top:8%;}




.ystu_20220907 .y01{position:absolute;left: 689px;
    top: 376px;}
.ystu_20220907 .y02{position:absolute;left: 638px;
    top: 335px; }
.ystu_20220907 .y03{position:absolute;left: 625px;
    top: 224px; }
.ystu_20220907 .y04{position:absolute;    left: 592px;
    top: 316px; }
.ystu_20220907 .y05{position:absolute;    left: 567px;
    top: 243px; }
.ystu_20220907 .y06{position:absolute;    left: 456px;
    top: 356px; }
.ystu_20220907 .y07{position:absolute;    left: 703px;
    top: 26px;}
.ystu_20220907 .y08{position:absolute;    left: 508px;
    top: 344px;}
.ystu_20220907 .y09{position:absolute;    left: 617px;
    top: 82px; }
.ystu_20220907 .y10{position:absolute;left:436px;top:93px; }
.ystu_20220907 .y11{position:absolute;	  left: 576px;
    top: 55px; }
.ystu_20220907 .y12{position:absolute;left: 483px;
    top: 40px; }
.ystu_20220907 .y13{position:absolute;left: 145px;
    top: 121px; }
.ystu_20220907 .y14
{
	position:absolute;
	left: 231px;
    top: 337px;
}

.ystu_20220907 .y15
{
	position:absolute;
	left: 224px;
    top: 185px;
}


.index_main .section5{background: url(../images/ind5.jpg) no-repeat center;}
.index_main .section5 h3{
	text-align: center;
}
/* 本例子css */
.outBox{ width:1300px; text-align:left; margin:7% auto 0 auto; overflow:hidden;}
.outBox .hd{ height:640px;width:240px; background:#fff; position:relative; float:left;}
.outBox .hd ul{ position:absolute; height:640px;width:240px;}
.outBox .hd ul li{ cursor:pointer; height:80px; color:#434343; font-size:16px; line-height:80px; text-indent:20px;}
.outBox .hd ul li.on{ background:#a84f49; color:#fff;}
.outBox .bd{width:1040px; float:right;}

.inBox{ float:left;width:1030px;}
.inBox .inHd{width:202px; height:640px; float:left;}
.inBox .inHd ul{overflow:hidden; zoom:1; }
.inBox .inHd ul li{width:202px; cursor:pointer; height:122px; margin-bottom:8px;}
.inBox .inHd ul li img{width:160px; height:120px; float:left; border:1px solid #fff;}
.inBox .inHd ul li p{ float:left;width:20px; margin-left:10px; font-size:16px; line-height:16px; vertical-align:middle; display:inline-block;}
.inBox .inHd ul li.on img{ border:1px solid #a84f49; }
.inBox .inHd ul li.on{ color:#a84f49}

.inBox .inBd{width:820px; float:right; height:640px;}
.inBox .inBd ul{ zoom:1; overflow:hidden; display: table-cell;vertical-align: middle; height:640px;}
.inBox .inBd li{ overflow:hidden; zoom:1; float:left;width:230px; height:auto; margin-left:40px; margin-bottom:20px; text-align:center; line-height:60px; font-size:16px;}
.inBox .inBd img{max-width:100%; margin:auto auto; max-height:100%;}
.inBox .inBd li a{ color:#333;}
.inBox .inBd li a:hover{ color:#f00;}
.inBox .inBd li a img{-webkit-transition:all 0.2s linear;transition:all 0.2s linear;}
.inBox .inBd li a img:hover{-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);box-shadow:0 15px 30px rgba(0,0,0,0.1);-webkit-transform:translate3d(0, -6px, 0);transform:translate3d(0, -6px, 0)}




/*section6*/
.index_main .section6{background: url(../images/ind7.jpg) no-repeat center;}
.index_main .section6 h3{
	text-align: center;
}
.wys_t{ text-align:center;}
.web{width:1300px; margin:40px auto 0 auto;}
.con{width:1300px;height:365px;}
.con ul li{width:245px;height:365px;float:left;margin-right:15px;position:relative;overflow:hidden;cursor:pointer;}
.con ul li:last-child{ margin-right:0;}
.txt{width:245px;height:50px;background:rgba(0,0,0,0.6);position:absolute;left:0;bottom:0;color:#fff;font-family:"微软雅黑";}
.txt h3{font-size:20px;font-weight:100;height:50px;text-align:center;line-height:50px; display:block;}
.txt p{font-size:14px;text-align:center; padding:0 10px;}
.txt i{ display:none;width:72px; height:72px; border-radius:72px; background:#c00202; -moz-border-radius:72px; -webkit-border-radius:72px; margin:0 auto; color:#fff; font-size:40px;  text-align:center; line-height:72px;}


/*section7*/
.index_main .section7{background: url(../images/ind6.jpg) no-repeat center;}
.index_main .section7 h3{
	text-align: center;
}
.news_t{ text-align:center;}
.news_nr{ margin-top:40px;}
.news_nrlt{width:470px; height:470px; background:#fff; border:1px solid #e4e4e4; float:left; padding:30px;}
.news_nrlttt{ overflow:hidden; height:36px;}
.news_nrlttt p{ font-weight:bold; font-size:16px; color:#333; float:left;}
.news_nrlttt a{width:20px; height:20px; display:block; color:#fff; background:#e60012; font-size:16px; line-height:20px; text-align:center; float:right;}
.news_nrltwz{ margin-top:10px;}
.news_nrltwz b{width:410px; height:220px; display:block; overflow:hidden; margin-bottom:20px;}
.news_nrltwz b img{ margin-bottom:20px;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}
.news_nrltwz:hover b img{transform:scale(1.2);    -webkit-transform:scale(1.2);    -moz-transform:scale(1.2);    -o-transform:scale(1.2);    -ms-transform:scale(1.2);}
.news_nrltwz p{ font-size:16px; color:#333; line-height:30px;}
.news_nrltwz dl{ font-size:14px; line-height:22px; color:#999;}
.news_nrltwz span{ font-size:13px; color:#a6a6a6; line-height:20px; display:block;}
.news_nrltwz:hover p,.news_nrltwz:hover dl,.news_nrltwz:hover span{ color:#a84f49;}

.news_nrrt{width:760px; float:right;}
.news_nrrt ul li{ height:142px; background:#fff; border:1px solid #e4e4e4; margin-bottom:20px; padding:20px;}
.news_nrrt a{ display:block;}
.news_nrrt a .news_nrtt{ font-size:16px; line-height:44px; color:#333;}
.news_nrrt a .news_nrwz{ font-size:14px; color:#999; line-height:24px;}
.news_nrrt ul li:hover{ background:#a84f49;-webkit-transition: all 4s linear; -moz-transition: all 0.5s linear;  -o-transition: all 0.5s linear; transition: all 0.5s linear;}
.news_nrrt ul li:hover .news_nrtt,.news_nrrt ul li:hover .news_nrwz{ color:#fff;}

/*section8*/
.index_main .section8{background:#fff;}
.footer{ position:relative;width:100%;}
.footer_lt{ background:url(../images/end_lt.jpg) no-repeat center;width:50%; float:left; height:100vh;}
.footer_rt{width:50%; float:right; position:relative;}
.footer_rt ul{ padding-top:21%;margin-left:10%;width:90%;}
.footer_rt ul p{ font-size:30px; line-height:60px; color:#212121;}
.footer_rt ul dl{ font-size:16px; color:#666; line-height:26px; display:inline-block; position:relative; padding-bottom:20px;}
.footer_rt ul dl:after{ content:""; position:absolute;width:100%; height:1px; background:#999ba0; bottom:0;left:0;}
.footer_rt ul .footer_wz{font-size:16px; color:#666; line-height:26px;}
.footer_rt ul img{ margin-bottom:20px; margin-top:5px;}
.footer_rt ul .footer_ewm{text-align: center;width:163px;}
.footer_rt ul .footer_ewm img{margin-bottom:0;}



.footer_zh{ position:absolute;width:80px; height:394px;left:50%; margin-left:-40px;top:50%; margin-top:240px;}


.logo{width:219px; height:69px; position:fixed;left:3%;top:3%; z-index:9999;}

#w_rbox { position: fixed; top: 30px; left: auto; bottom: auto; right: 20px; transform: none; width: 90px; height: 90px; z-index:9999; content: "rt"; max-width: none; min-width: 0px; max-height: none; min-height: 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; -webkit-transform: none;}
.w_rbox { margin: 0; padding: 0; width: 100%; height: 100%; }
#w_rbox div.w_rbox>.p_rbox { background-color: rgba(205, 40, 50, 1); }
.e_rbox { margin: 0; padding: 0; width: inherit; height: inherit; background-repeat: no-repeat; background-position: center center; background-size: auto auto; }
#c_nav_main { position: absolute; top: 33px; left: -13px; z-index: 1; width: 39px; height: 45px; }
.leftmenu { height: 100%; width: 250px; }
.menu1{ width: 250px; position: fixed; top: 0; z-index: 9999; background: #fff; bottom: 0; font-size: 14px; right: -249px; opacity: 0; -moz-box-shadow: 2px 3px 5px #ccc; -webkit-box-shadow: 2px 3px 5px #ccc; box-shadow: 2px 3px 5px #ccc; }
.menu1 .close { font-size: 18px;height: 150px;line-height: 40px;padding-left: 30px;cursor: pointer; color: #ffffff; background:url(../images/wade.jpg) no-repeat; }
.menu1 .close .rightclose { float: right; font-size: 22px; padding-right: 20px; }
.menu1 ul li a { height: 55px; line-height: 55px; padding: 0 30px; display: block; border-bottom: 1px solid #f2f2f2; color: #999; text-align: center; }
.menu1 .ewm { text-align: center; padding-top: 30px;width:200px; height:200px; margin:0 auto;}
.menu1 .ewm img{width:200px; height:200px;}
.naver .toggle { height: 80px; padding-left: 30px; font-size: 18px; cursor: pointer; color: #ffffff; }




@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 26px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 22px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}
}
@media only screen and (max-width: 992px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}

}
@media only screen and (max-width: 767px){
    
}
@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
	
}